Voting

: max(seven, six)?
(Example: nine)

The Note You're Voting On

figroc at gmail dot com
15 years ago
The variable symbol '$' should be considered as the highest-precedence operator, so that the variable variables such as $$a[0] won't confuse the parser. [http://www.php.net/manual/en/language.variables.variable.php]

<< Back to user notes page

To Top